2008-06-18 Michael Natterer <mitch@imendio.com>
* gailimage.c (gail_image_get_image_size)
* gailpixmap.c (gail_pixmap_get_image_size):
s/gdk_window_get_size/gdk_drawable_get_size/
svn path=/trunk/; revision=20445
+2008-06-18 Michael Natterer <mitch@imendio.com>
+
+ * gailimage.c (gail_image_get_image_size)
+ * gailpixmap.c (gail_pixmap_get_image_size):
+ s/gdk_window_get_size/gdk_drawable_get_size/
+
2008-06-17 Michael Natterer <mitch@imendio.com>
* gail.c
{
GdkPixmap *pixmap;
gtk_image_get_pixmap(gtk_image, &pixmap, NULL);
- gdk_window_get_size (pixmap, width, height);
+ gdk_drawable_get_size (pixmap, width, height);
break;
}
case GTK_IMAGE_PIXBUF:
pixmap = GTK_PIXMAP (widget);
if (pixmap->pixmap)
- gdk_window_get_size (pixmap->pixmap, width, height);
+ gdk_drawable_get_size (pixmap->pixmap, width, height);
}
static gboolean